This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
ardupilot
Watch
5
Star
0
Fork
0
You've already forked ardupilot
mirror of
https://github.com/ArduPilot/ardupilot
synced
2025-02-02 14:08:45 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a2d2661765
ardupilot
/
libraries
/
AP_Math
/
benchmarks
/
wscript
8 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
AP_Math: add benchmark for matrix multiplication
2015-11-12 17:41:35 -04:00
#!/usr/bin/env python
# encoding: utf-8
def build(bld):
waf: use methods from bld instead of ardupilotwaf for the remaining
2016-01-21 18:34:14 -04:00
bld.find_benchmarks(
AP_Math: add benchmark for matrix multiplication
2015-11-12 17:41:35 -04:00
use='ap',
)
Reference in New Issue
Copy Permalink