- Aug 21, 2013
-
-
Avi Kivity authored
The dependency on sse4.1 crashes on older cpus, use the generic musl implementation.
-
- May 18, 2013
-
-
Avi Kivity authored
musl doesn't define __isnan, so we must mark as a C function.
-
- Feb 05, 2013
-
-
Christoph Hellwig authored
-
- Jan 31, 2013
-
-
Avi Kivity authored
Not 100% it is right wrt SNaN, but it will fault if incorrect.
-
- Dec 31, 2012
-
-
Avi Kivity authored
This takes the short cut of using sse 4.1 for the implementation, avoiding a coplicated C implementation. Will work on Core and higher processors.
-