Skip to content

Commit

Permalink
kram - fix astc vecmath change
Browse files Browse the repository at this point in the history
  • Loading branch information
alecazam committed Apr 23, 2024
1 parent ff4b573 commit 24acf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libkram/astc-encoder/astcenc_vecmathlib_sse_4.h
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ float float16_to_float(uint16_t a);
* some bit hackery based on knowledge they are IEEE 754 layout, and then
* convert them back again. This is the first half of that flip.
*/
vint4 float_as_int(vfloat4 a)
ASTCENC_SIMD_INLINE vint4 float_as_int(vfloat4 a)
{
return vint4(_mm_castps_si128(a.m));
}
Expand Down

0 comments on commit 24acf32

Please sign in to comment.