Initial Release

This commit is contained in:
graham sanderson
2021-01-20 10:44:27 -06:00
commit 26653ea81e
404 changed files with 135614 additions and 0 deletions

View File

@ -0,0 +1,20 @@
/*
* Copyright (c) 2020 Raspberry Pi (Trading) Ltd.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef _PICO_INT64_H
#define _PICO_INT64_H
#include "pico/types.h"
/** \file int64_ops.h
* \defgroup pico_int64_ops pico_int64_ops
*
* Optimized replacement implementations of the compiler built-in 64 bit multiplication
*
* This library does not provide any additional functions
*/
#endif