half_mv_itoh.c 214 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ////C: '-msoft-fp-half' ////A: '--has-fhalf' //C: '-march=rv64imafzfh -mabi=lp64d' #include <stdint.h> int main(void) { volatile register half z; volatile int a; z = *((half *)((int *)&a)); return 0; }