Skip to content

Commit f78693f

Browse files
committed
disable unused function in mips tests
1 parent d3a83ca commit f78693f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdsimd/arch/detect/linux/auxvec.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ mod tests {
190190

191191
// Reads the Auxiliary Vector key from getauxval()
192192
// using the auxv crate.
193+
#[cfg(not(target_arch = "mips64"))]
193194
fn auxv_crate_getauxval(key: usize) -> Option<usize> {
194195
use self::auxv_crate::AuxvType;
195196
use self::auxv_crate::getauxval::Getauxval;

0 commit comments

Comments
 (0)