From 55e52bc2b7a13001ce568d4b663662f883976c71 Mon Sep 17 00:00:00 2001 From: Ryan Blue Date: Mon, 25 Aug 2025 18:38:37 -0400 Subject: [PATCH] ThirdPartyNotices: Update location of Simd library (NFC) (#8193) --- ThirdPartyNotices.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ThirdPartyNotices.txt b/ThirdPartyNotices.txt index 2654e20852..20837e445a 100644 --- a/ThirdPartyNotices.txt +++ b/ThirdPartyNotices.txt @@ -52,7 +52,7 @@ nanopb wpiutil/src/main/native/thirdparty/nanopb upb wpiutil/src/main/native/thirdparty/upb mrcal wpical/src/main/native/thirdparty/mrcal libdogleg wpical/src/main/native/thirdparty/libdogleg -Simd hal/src/main/native/athena/simd +Simd hal/src/main/native/systemcore/simd Additionally, glfw and nanopb were modified for use in WPILib.