mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02:27 +00:00
Introduce CPUID detection for Blink
This commit is contained in:
parent
4922bc4890
commit
3da887c58f
12 changed files with 19 additions and 14 deletions
|
@ -137,7 +137,9 @@ static const struct {
|
|||
};
|
||||
|
||||
TEST(printf, longdouble) {
|
||||
if (IsGenuineCosmo()) return; // TODO(jart): long double precision in blink
|
||||
if (IsGenuineCosmo() || IsGenuineBlink()) {
|
||||
return; // TODO(jart): long double precision in blink
|
||||
}
|
||||
int i;
|
||||
for (i = 0; i < ARRAYLEN(Vx); ++i) {
|
||||
++g_testlib_ran;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue