Skip to content

Commit

Permalink
by order of pieroV
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored Oct 14, 2024
1 parent ec61415 commit 9c2971b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/audio.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ const get_audio_offline = () => new Promise(resolve => {
// lies
if (hashG !== hashC) {isLies = true} else {isLies = check_audioLies()}
// notation: two results: ARM and non-ARM
if (hashC == 'a7c1fbb6') {notation = sgtick+'x86/AMD 64bit]'+sc // 1877221 FF123+
} else if (hashC == '24fc63ce') {notation = sgtick+'x86/AMD 32bit]'+sc
if (hashC == 'a7c1fbb6') {notation = sgtick+'x86_64/amd_64]'+sc // 1877221 FF123+
} else if (hashC == '24fc63ce') {notation = sgtick+'x86/i686/ARMv7]'+sc
} else if (hashC == 'a34c73cd') {notation = sgtick+'ARM]'+sc
}
addBoth(11, METRIC, display,'', notation, value, isLies)
Expand Down

0 comments on commit 9c2971b

Please sign in to comment.