You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The complex should use floating type.
1. The w2ll will crash if compile the code like that:
```
define COMPLEX_FLOAT float _Complex
COMPLEX_FLOAT quantum_conj(COMPLEX_FLOAT a)
{
return a;
}
```
2. Error Log:
```
Assertion failure ../../../../osprey/ir_tools/whirl2llvm.cxx:2020:
CastToTargetType: can't handle 16 type now
```
Signed-off-by: Zhijin Zeng <[email protected]>
spec2k6 462.libquantum build fail.
one of the errors can be reproduce by the following code:
cmd
error:
The text was updated successfully, but these errors were encountered: