<<<
Index
>>>
F-25
GUIDELINES FOR WRITING SIMD FLOATING-POINT EXCEPTION
case MAXPS:
case MAXSS:
case MINPS:
case MINSS:
...
break;
case SQRTPS:
case SQRTSS:
...
break;
case UNSPEC:
...
break;
default:
...
}
}
<<<
Index
>>>