This website requires JavaScript.
Explore
Help
Register
Sign In
aaron
/
ispc
Watch
1
Star
0
Fork
0
You've already forked ispc
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
2129b1e27d30b8a481eee04346e2bec91bc303b1
ispc
/
examples
/
intrinsics
History
Jean-Luc Duprat
2129b1e27d
knc.h: Fixed __rsqrt_varying_float() to use _mm512_invsqrt_ps() instead of _mm512_invsqrt_pd()
...
This was a typo.
2012-11-21 15:40:35 -08:00
..
generic-16.h
Fix bugs in declarations of __any, __all, and __none in examples/intrinsics.
2012-10-17 10:55:50 -07:00
generic-32.h
Added the following mask tests: __any(), __all(), __none() for all supported targets.
2012-09-14 11:06:18 -07:00
generic-64.h
Added the following mask tests: __any(), __all(), __none() for all supported targets.
2012-09-14 11:06:18 -07:00
knc2x.h
Fix bugs in declarations of __any, __all, and __none in examples/intrinsics.
2012-10-17 10:55:50 -07:00
knc.h
knc.h: Fixed __rsqrt_varying_float() to use _mm512_invsqrt_ps() instead of _mm512_invsqrt_pd()
2012-11-21 15:40:35 -08:00
sse4.h
Fixed compile error: == instead of =
2012-10-26 16:55:28 -04:00