URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libm/] [machine/] [spu/] [headers/] [nextafterf.h] - Rev 825
Go to most recent revision | Compare with Previous | Blame | View Log
#include "headers/nextafterf4.h" static __inline float _nextafterf(float x, float y) { return spu_extract(_nextafterf4(spu_promote(x, 0), spu_promote(y, 0)), 0); }
Go to most recent revision | Compare with Previous | Blame | View Log