Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Jul 9, 2024
1 parent 66ef13c commit f10152d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sse2neon.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@

FORCE_INLINE double recast_f64(uint64_t u64) {
double f64;
memcpy(&f64, u64, sizeof(uint64_t));
memcpy(&f64, &u64, sizeof(uint64_t));
return f64;
}

Expand Down

0 comments on commit f10152d

Please sign in to comment.