8 lines
98 B
Plaintext
8 lines
98 B
Plaintext
|
#include <metal_stdlib>
|
||
|
|
||
|
using namespace metal;
|
||
|
void foo() {
|
||
|
float const b = 9.9999461e-41f;
|
||
|
}
|
||
|
|